home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Utilities / DropDisk 1.0b5 / About DropDisk next >
Encoding:
Text File  |  1994-11-28  |  2.3 KB  |  60 lines  |  [ttro/ttxt]

  1. DropDisk
  2. Yet another disk image mounting application.
  3. version 1.0b5
  4.  
  5. Copyright © 1994, Apple Computer, Inc.
  6. All Rights Reserved
  7. by Mike Wiese and Chris Cotton.
  8.  
  9. DropDisk is distributed “as is” and unsupported by Apple or the authors.  Please don't call Apple or the authors for technical support on this program.
  10.  
  11. What
  12. Lets you mount disk images on the desktop. The images can even be located on a AppleShare server!
  13. Supported types:
  14.      Read Only: DiskCopy image files.
  15.      Writeable: files of type 'hdrv'.
  16.  
  17. Requires
  18. Requires System 7 or later.
  19. PC Exchange is required to mount DOS floppy disk images.
  20. The disk image files must not be compressed with any background compression (no AutoDoubler, StuffIt SpaceSaver, etc.).
  21.  
  22. How
  23. Just drag the disk image files you want to mount onto the app.
  24. Hold down the shift key to mount writeable disks (see above) as locked (read only).
  25.  
  26. Why
  27. • you can mount as many disks as you want all at once, unlike MountImage
  28. • mounted disks use practically no RAM (a few K), unlike MungeImage
  29. • heavily fragmented image files still work, unlike DiskDup+
  30. • NO NEED TO COPY THE IMAGE FILES TO A LOCAL DISK FROM AN APPLESHARE SERVER!
  31.  
  32. Known Problems
  33. Why 1.0b5? That's because it has not been fully tested, and there are known bugs, like
  34. • trying to mount disk image files that are on disks mounted with DropDisk causes your machine to hang
  35.  
  36. Having said that, we have mounted the System 7.5 Install Disks from an AppleShare server and successfully installed the system. We predict pretty soon, Net Install folders will be history.
  37.  
  38. Future Plans
  39. • Support for multiple partitions in a file.
  40. • Ability to convert between DiskCopy and 'hdrv' file types
  41. • AppleScript support.
  42. • More user interface!
  43.  
  44. Bugs? Suggestions?
  45. Send reports to Mike Wiese, mikew@apple.com.
  46.  
  47. Revision History
  48. • 1.0b5
  49. Fixed bug that prevented mounting more than 20 disks in one drag and drop on the app.
  50. • 1.0b4
  51. Can mount disk images made by DiskDup+
  52. New cooler icons.
  53. Took the bullet out of the name.
  54. • 1.0b3
  55. Changed name due to a conflict with Bill Steinberg’s MountEm FKEY. Oops.
  56. Added small icons.
  57. •1.0b2
  58. Fixed bug in growing the unit table where I was writing past the end of a data structure. Fortunately, growing the unit table is rarely required - at least no one reported this problem.
  59. • 1.0b1
  60. First public release.